LEADTOOLS (Leadtools assembly)

OnCollectionChanged Method

Show in webframe







Event data.
Raises the CollectionChanged event with the provided arguments.
Syntax
protected virtual void OnCollectionChanged( 
   NotifyLeadCollectionChangedEventArgs e
)
'Declaration
 
Protected Overridable Sub OnCollectionChanged( _
   ByVal e As NotifyLeadCollectionChangedEventArgs _
) 
'Usage
 
Dim instance As LeadCollection(Of T)
Dim e As NotifyLeadCollectionChangedEventArgs
 
instance.OnCollectionChanged(e)
protected virtual void OnCollectionChanged( 
   NotifyLeadCollectionChangedEventArgs e
)

            

            
 function Leadtools.LeadCollection.OnCollectionChanged( 
   e 
)
protected:
virtual void OnCollectionChanged( 
   NotifyLeadCollectionChangedEventArgs^ e
) 

Parameters

e
Event data.
Remarks

Properties and methods that modify this collection raise the CollectionChanged event through this virtual method.

Requirements

Target Platforms

See Also

Reference

LeadCollection<T> Class
LeadCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.